home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Shareware Gold
/
Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso
/
apps
/
f1224
/
nav062.exe
/
TYPEDOCS.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-09-26
|
3KB
|
76 lines
echo off
cls
echo --------------------------------------------------
echo - THIS BATCH FILE WILL PRINT THE -
echo - ORDER FORM, RESISTRATION INSTRUCTIONS & -
echo - USER'S GUIDE IS FOR RELEASE 3.00.6x OF -
echo - -
echo - TM -
echo - WinNAV -
echo - -
echo - FLASHPOINT WINDOWS NAVIGATOR (SEPT., 1991) -
echo - -
echo --------------------------------------------------
echo .
pause
cls
echo .
echo --------------------------------------------------
echo - Please prepare your printer for a print out of -
echo - the WinNAV Order Forms, Registration, -
echo - License and Distribution Information files -
echo - consisting of approximately 15 pages. -
echo --------------------------------------------------
echo - -
echo - The printer should be set up to print- -
echo - -
echo - Type Pitch - 10 char. per inch -
echo - Line Height - 6 lines per inch -
echo - Paper - Letter Size (11"x 8.5") -
echo - Form Feeds - Disabled -
echo - Turn Off Skip Over Perf. (Cont. Feed) -
echo - -
echo --------------------------------------------------
echo - -
echo - Press any key when ready to begin printing -
echo - or [CTRL]+[C] to cancel printing -
echo - -
echo --------------------------------------------------
echo .
pause
copy winnavd.txt prn
copy winnavc.txt prn
copy winnavb.txt prn
cls
echo .
echo --------------------------------------------------
echo - Please prepare your printer for a print out of -
echo - the WinNav User's Guide consisting of -
echo - approximately 112 pages. -
echo --------------------------------------------------
echo - -
echo - The printer should be set up to print- -
echo - -
echo - Type Pitch - 10 char. per inch -
echo - Line Height - 6 lines per inch -
echo - Paper - Letter Size (11"x 8.5") -
echo - Form Feeds - Disabled -
echo - Turn Off Skip Over Perf. (Cont. Feed) -
echo - -
echo --------------------------------------------------
echo - -
echo - Press any key when ready to begin printing -
echo - or [CTRL]+[C] to cancel printing -
echo - -
echo --------------------------------------------------
echo .
pause
copy winnav.txt prn
copy winnava.txt prn
copy winnave.txt prn
copy winnavf.txt prn
cls
echo --------------------------------------------------
echo - WinNAV Document Printing Completed -
echo --------------------------------------------------